|
FrameLib
0.1
Arbitrarily timed and sized frame-based DSP
|
#include <FrameLib_Threading.h>
Public Member Functions | |
| Semaphore (long maxCount) | |
| ~Semaphore () | |
| void | close () |
| void | signal (long n) |
| bool | wait () |
| Semaphore::Semaphore | ( | long | maxCount | ) |
| Semaphore::~Semaphore | ( | ) |
| void Semaphore::close | ( | ) |
| void Semaphore::signal | ( | long | n | ) |
| bool Semaphore::wait | ( | ) |